home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Frameworks / Disinfectant 2.4 / MacHack Talk / List Mgr Review (.png) < prev    next >
MacDraw  |  1990-02-11  |  2.0 KB  |  816x1056  |  8-bit (256 colors)  |  [DRWG/MDRW]
   ocr: 1 The List Manager - A Review list record cell data listHandle string 0 string 1 handle to standard listDefProc system Idef cells (handle) string i cellArray == offsets to cell data. offseti (one word per cell) string n-1 To locate the string to be drawn in cell i, the standard Idef adds the offset from the cell array to the fwa of the cell data. Problems: 1. Limit of 32K total cell data (text characters) - nowhere near large enough for the Disinfectant document (>100K). 2. No pictures. 3. No formatting (justification, style).